home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / break.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  134b  |  10 lines

  1. #ifndef __break_h_
  2. #define __break_h_
  3.  
  4. /* 'break' command line stack */
  5.  
  6. void   brk_push( int line );
  7. int    brk_pop( void );
  8.  
  9. #endif
  10.